//==============================================================================
// lava bubble_anim.xt
//==============================================================================

import Construction_defines_anim.txt

//==============================================================================
define Shield
{
   VariationLogic
   set hotspot
   {
      version
      {
         Visual Attachments G Shield wood
      }
   }
   set hotspot
   {
      version
      {
         Visual Attachments G Shield bronze
      }
   }
   set hotspot
   {
      version
      {
         Visual Attachments G Shield iron
      }
   }
}

//==============================================================================
define Dust
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Building DustA
      }
   }  
}

//==============================================================================
define GenericSmoke
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Generic Smoke Medium
      }
   }  
}

//==============================================================================
define CypressB
{
   set hotspot
   {
      version
      {
         Visual Terrain G CypressB
      }
   }  
}

//==============================================================================
define CypressA
{
   set hotspot
   {
      version
      {
         Visual Terrain G CypressA
      }
   }  
}

//==============================================================================
anim Idle
{
	SetSelector
	{
        TechLogic none/age 4
	setSelector
	{
                ConstructionLogic 0 33 66
		set hotspot
		{
			version
			{
				Visual Building G Armory_Low
				Connect attachpoint GenericSmoke hotspot
				Connect leftfoot cypressB hotspot
				Connect rightfoot cypressB hotspot
				Connect leftleg cypressA hotspot
				//Connect face shield hotspot
				//Connect chin shield hotspot
				//Connect rightleg shield hotspot
			}
		}
		set hotspot
		{
			version
			{
                  Visual Building Construction Medium A
		            connect attachpoint G_Long_Brick hotspot
		            connect face G_Long_Brick hotspot
		            connect chin G_Medium_Brick hotspot
		            connect leftfoot G_Medium_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
			}
		}
		set hotspot
		{
			version
			{
                  Visual Building Construction Medium B
		            connect attachpoint G_Long_Brick hotspot
		            connect face G_Long_Brick hotspot
		            connect chin G_Medium_Brick hotspot
		            connect leftfoot G_Medium_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
			}
		}
		set hotspot
		{
			version
			{
                  Visual Building G ConstructionArmory
		            connect attachpoint G_Long_Brick hotspot
		            connect face G_Long_Brick hotspot
		            connect chin G_Medium_Brick hotspot
		            connect leftfoot G_Medium_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
			}
		}
	}
	setSelector
	{
                ConstructionLogic 0 33 66
		set hotspot
		{
			version
			{
				Visual Building G Armoryage3_Low
				Connect attachpoint GenericSmoke hotspot
				Connect leftfoot cypressB hotspot
				Connect rightfoot cypressB hotspot
				Connect leftleg cypressA hotspot
				//Connect face shield hotspot
				//Connect chin shield hotspot
				//Connect rightleg shield hotspot
			}
		}
		set hotspot
		{
			version
			{
                  Visual Building Construction Medium A
		            connect attachpoint G_Long_Brick hotspot
		            connect face G_Long_Brick hotspot
		            connect chin G_Medium_Brick hotspot
		            connect leftfoot G_Medium_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
			}
		}
		set hotspot
		{
			version
			{
                  Visual Building Construction Medium B
		            connect attachpoint G_Long_Brick hotspot
		            connect face G_Long_Brick hotspot
		            connect chin G_Medium_Brick hotspot
		            connect leftfoot G_Medium_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
			}
		}
		set hotspot
		{
			version
			{
                  Visual Building G ConstructionArmory
		            connect attachpoint G_Long_Brick hotspot
		            connect face G_Long_Brick hotspot
		            connect chin G_Medium_Brick hotspot
		            connect leftfoot G_Medium_Brick hotspot
		            connect lefthand G_Small_Brick hotspot
		            connect leftleg G_Small_Brick hotspot
			}
		}
	}
	}
}
